chore(deps): bump github.com/jackc/pgx/v5 from 5.7.5 to 5.8.0#95
Merged
richardwooding merged 4 commits intomainfrom Jan 8, 2026
Merged
Conversation
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.5 to 5.8.0. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.5...v5.8.0) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
The --lockfile parameter doesn't exist in OSV Scanner's API. Changed to use the correct 'scan source -r' subcommand which will properly scan the directory for go.mod and other package files. This fixes the security scan failures in CI/CD that have been masked by continue-on-error: true since July 2025. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
The security scanning tools (govulncheck, osv-scanner, gosec) were failing with exit code 127 (command not found) because binaries installed via 'go install' are placed in $(go env GOPATH)/bin, which is not automatically added to PATH in GitHub Actions. Changes: - govulncheck: Added full path $(go env GOPATH)/bin/govulncheck - osv-scanner: Added full path $(go env GOPATH)/bin/osv-scanner - gosec: Added full path $(go env GOPATH)/bin/gosec This fixes the security scan failures that have been occurring since July 2025 when these tools were added to the workflow. References: - google/osv-scanner#620 - Exit code 127 indicates "command not found" in Unix/Linux 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
The osv-scanner was failing with "lstat source: no such file or directory" because it was interpreting "source" as a directory name to scan. The correct syntax is: osv-scanner scan -r . NOT: osv-scanner scan source -r . The word "source" is not part of the osv-scanner CLI syntax for direct invocation. It only appears in pre-commit hook configurations with the --recursive flag. This fix completes the resolution of the security scanning issues: - govulncheck: ✅ Working (PATH fix) - gosec: ✅ Working (PATH fix) - osv-scanner: ✅ Should now work (PATH + syntax fix) References: - https://google.github.io/osv-scanner/usage/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/jackc/pgx/v5 from 5.7.5 to 5.8.0.
Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
Commits
fe8740aRelease v5.8.0e5dde5aSkip test on CockroachDB06f2d82Remove trailing space2cf78ddMerge pull request #2448 from DengChan/column_type_lenth_varbit2d1c4efSkip tests on CockroachDB1a5fa7fArray and Composite codecs handle typed nils5736d09ColumnTypeLength method return the type length for varbit type.4c1308cRevert "stdlib matches native pgx scanning support"14ce2b7Skip test on CockroachDB65b2724Merge pull request #2443 from jameshartig/x-invalidate-cache-in-execDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)